home *** CD-ROM | disk | FTP | other *** search
/ Resource for Source: C/C++ / Resource for Source - C-C++.iso / codelib5 / v_07_06 / v7n6044a.txt < prev    next >
Encoding:
Text File  |  1995-11-01  |  256 b   |  11 lines

  1. #include "gks.h"
  2.  
  3. Gpoint top[100],bottom[100];
  4. double m1,m2,m3,m4,m5;
  5. int topn,bottomn;
  6.  
  7. extern void initial(),transform(),plotx();
  8.  
  9. extern int place(),copyvec();
  10.  
  11.